home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / msh20.zip / README.2ND < prev    next >
Text File  |  1992-03-29  |  4KB  |  74 lines

  1.                  Description of the contents of the MSH package
  2.  
  3.   7485 readme.1st   You should have read this file first
  4.   3795 readme.2nd   The file you are reading
  5.  
  6.          file MSHFILES.ZIP
  7. This package contains files necessary to MSH (the MSH package proper)
  8. However, we recommend you put together the contents of GOODIES too since
  9. we use some of them in the default configuration.
  10.  
  11.   size name         description
  12.  24903 userman.doc  The user manual -- describes the default environment
  13.  43533 refman.doc   The reference manual -- describes MSH language and how to
  14.                     change the default environment
  15.   1727 design.doc   Explains some of the design of MSH (to read before you
  16.                     start sending me suggestions).
  17.   2041 orderfrm.doc An order form.
  18.    439 history.doc  History of changes.
  19.  17454 msh.art      A very good review of MSH Michael Durant wrote for the
  20.                     NEI PC User's Group-- reproduced with the author's 
  21.                     permission. You may read it for an introduction to MSH.
  22.  44819 msh.exe      MSH, the program
  23.   5477 config.msh   MSH script -- the configuration file
  24.  14607 stddefs.msh    ""   ""  -- standard definitions and utility functions
  25.    651 c_blue.msh     ""   ""  -- default color scheme
  26.    660 c_blue1.msh    ""   ""  -- another color scheme, predominantly blue
  27.    660 c_blue2.msh    ""   ""  --   "   "      "     "    "    "    "
  28.    639 c_mda.msh      ""   ""  -- colors for monochrome (Hercules) screens
  29.    640 c_pcga.msh     ""   ""  -- colors for plasma CGA screens 
  30.    651 c_white.msh    ""   ""  -- a white color scheme
  31.   4844 keybind.msh    ""   ""  -- Key bindings in the default configuration
  32.   6136 menu.msh       ""   ""  -- Menus in the default configuration
  33.   9480 help.msh       ""   ""  -- Defines help menus
  34.   7937 demo.msh       ""   ""  -- First tutorial
  35.   4495 demo2.msh      ""   ""  -- Second tutorial
  36.   2879 ext.msh        ""   ""  -- Actions to be taken for various extensions 
  37.    347 personal.msh   ""   ""  -- An example to make your own menu
  38.   3610 berk.msh       ""   ""  -- Scripts to use the Berkeley Utilities in
  39.                                   conjunction with MSH.
  40.    980 mandel.msh     ""   ""  -- A menu to call the game Mandel.
  41.   1039 zip.msh        ""   ""  -- Definitions for actions inside ZIP archives.
  42.  32606 test.ans     Sample file to show display of ANSI attributes by the
  43.                     browser.
  44.   1080 ascii        An ascii table, used by menu.msh.
  45.  
  46.          file GOODIES.ZIP
  47. Contains additional files given with MSH (some are used in the default config)
  48.  
  49.   size name         description
  50. 167347 berk.doc     Documentation for all the Berkeley utilities (the only ones
  51.                     given here are demonstration versions of cp, ls, mv ,rm)
  52.  21671 cp.exe       demonstration version of cp
  53.  21208 ls.exe       demonstration version of ls
  54.  21671 mv.exe       demonstration version of mv
  55.  19675 rm.exe       demonstration version of rm
  56.  53280 life.exe     game of life
  57.  57579 mandel.exe   mandelbrot picture generator
  58.  42529 showpic.exe  viewer for pictures made with mandel.exe
  59.  55440 mwe.exe      complimentary copy of editor MWE
  60.  
  61.                  file TOOLKIT.ZIP  
  62. Contains what you need to add your own primitives written in C to MSH.
  63.  
  64.   size name         description
  65.   1185 toolkit.doc  general documentation
  66.   3826 magicspn.obj object of our "magic" spawn program.
  67. 120320 msh.lib      msh library.
  68.    118 makemsh.bat  batch file to compile your own version of msh
  69.   2509 msh.h        general include file. Read it.
  70.   2387 primitiv.c   defines of primitives
  71.   2670 primitiv.h   declaration of primitives
  72.   3147 userdefs.c   examples of definitions
  73.   4303 zipls.c      example of 'lister'
  74.